home *** CD-ROM | disk | FTP | other *** search
- library circ2;
-
- {$R Circ2.RES}
- {$D Micro System Solutions - MS VB3.0 Circ2}
-
- uses
- Models,
- Property,
- wintypes,
- winprocs,
- vbapi_,
- strings;
-
- {//---------------------------------------------------------------------------
- // Register custom control.
- // This routine is called by VB when the custom control DLL is
- // loaded for use.
- //---------------------------------------------------------------------------}
- function VBINITCC(usVersion: Word; fRunTime: Boolean): Boolean; export;
- begin
- VBINITCC := VBRegisterModel(HInstance, modelCircle);
- end;
-
- exports
- VBINITCC index 2,
- CircleCtlProc index 3;
-
- begin
-
- end.
-